windows py SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate

18

import ssl
import certifi

urlopen(request, context=ssl.create_default_context(cafile=certifi.where()))

Comments

Submit
0 Comments